Pocketbase Kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Pocketbase Kotlin
Pocketbase Kotlin
/
io.github.agrevster.pocketbaseKotlin.models
/
ExternalAuth
External
Auth
@
Serializable
open
class
ExternalAuth
:
TimestampedModel
A Pocketbase external authentication provider
Members
Constructors
External
Auth
Link copied to clipboard
constructor
(
)
Properties
collection
Id
Link copied to clipboard
val
collectionId
:
String
?
=
null
created
Link copied to clipboard
val
created
:
<Error class: unknown class>
?
=
null
id
Link copied to clipboard
open
val
id
:
String
?
=
null
provider
Link copied to clipboard
val
provider
:
String
?
=
null
provider
Id
Link copied to clipboard
val
providerId
:
String
?
=
null
updated
Link copied to clipboard
val
updated
:
<Error class: unknown class>
?
=
null
user
Id
Link copied to clipboard
val
userId
:
String
?
=
null
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String